Skip to content

Conversation

Hamzacebi
Copy link

Console.Write ve Console.WriteLine fonksiyonlari icin Error, Success, Warning ve Info fonksiyonlari yazildi

Hamzacebi and others added 4 commits October 11, 2019 08:45
… ve ozel istenilen renkte yazi yazilabilecek olan fonksiyonlar eklendi
… ve ozel istenilen renkte yazi yazilabilecek olan fonksiyonlar eklendi
Copy link
Member

@mbrn mbrn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Clear all files except .cs and .csproj.

/// <summary>
/// Istenilen renge gore Console'de yazdirilmak istenilen yazinin yazdirilip alt satira gecmesini saglayan fonksiyon
/// </summary>
/// <param name="value">Console'de yazilacak olan icerik</param>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Translate all descriptions to English.

/// Hata mesajlari icin Console'de Red olarak yazi yazdirir
/// </summary>
/// <param name="value">Console'de yazilacak olan icerik</param>
public static void WriteLineError(string value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename function as "Error"

/// Basari mesajlari icin Console'de Green olarak yazi yazdirir
/// </summary>
/// <param name="value">Console'de yazilacak olan icerik</param>
public static void WriteLineSuccess(string value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename function as "Success"

/// Uyari mesajlari icin Console'de Yellow olarak yazi yazdirir
/// </summary>
/// <param name="value">Console'de yazilacak olan icerik</param>
public static void WriteLineWarning(string value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename function as "Warning"

/// Bilgilendirme mesajlari icin Console'de Cyan olarak yazi yazdirir
/// </summary>
/// <param name="value">Console'de yazilacak olan icerik</param>
public static void WriteLineInfo(string value)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Rename function as "Info"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants